Checkable
    interface CheckableHandlerHolder<I : State, O : State> : StatesHandler<I, O> 
Content copied to clipboard
Define checkable holder which can be used to precheck that this handler may handle incoming State
Functions
Link copied to clipboard
                Link copied to clipboard
                Main handling of state. In case when this state leads to another State and handleState returns not null State it is assumed that chain is not completed.